WindowList
|
Description: |
baWindowList returns a list of the handles of open windows. These handles can then be used in other window management functions. |
|
Platforms: |
Windows and Macintosh |
|
Usage: |
Result = baWindowList( Class/Creator, Caption, MatchCaption ) |
|
Arguments: |
String, string, integer. |
|
Returns: |
List |
|
Examples: |
Director: Authorware: |
|
Notes: |
The windows will be listed in front-to-back order - the first window in the list will be the one at the front, while the last one in the list will be behind all other windows in the list. |
|
See also: |